Class | Description |
---|---|
AnalysisManager |
This class defines the behaviour of all the
MenuAreaButton buttons in the
application tab menus that are connected to analysis procedures and management. |
CsvXesParser |
This class extends
XParser to define a XES parser
for reading XES models from a given input stream in CSV format. |
EditorManager |
This class defines the behaviour of all the
MenuAreaButton buttons in the
application tab menus that are connected to the management of logs, files and editors. |
EventLogGenerator |
Utility class used to generate a set of strings representing all the possible
combination of a set of elements, passed using an infix expression that
defines the possible structure of the generated strings.
|
EventLogManagerController |
This class defines the Controller of the Application
(This is the Controller of the MVC pattern).
|
InfoManager |
This class defines the behaviour of all the
MenuAreaButton buttons in the
application tab menu that are connected to the application in general (information about
the system and global settings). |
XesCsvSerializer |
This class implements
XSerializer to define a serializer
for writing in an output stream in CSV format a given XES model. |